home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-06 | 614 b | 23 lines | [TEXT/MPS ] |
- // Modeller_teutilities.h
- //
- // offscreen related function prototypes for the the modeller application
- //
- // Modification History
- //
- // 11/26/94 nick added in stuff from symantec proto_helper app, add defines
- // actually we can propably get rid of this stuff.
- //
- // to do:
- // dump obselete stuff
-
-
- #ifndef _MODELLER_TEUTILITIES_H_
- #define _MODELLER_TEUTILITIES_H_
-
- /* Modeller_teutilities.c */
- short TEICut(TEHandle theTE);
- short TEIPaste(TEHandle theTE, short *spaceBefore, short *spaceAfter);
- short TEIsFrontOfLine(short offset, TEHandle theTE);
- short TEGetLine(short offset, TEHandle theTE);
-
- #endif